-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport PR #2718 to release/v1.7 for Fix bind DOCKER_OPTS option #2719
Backport PR #2718 to release/v1.7 for Fix bind DOCKER_OPTS option #2719
Conversation
* 🐛 Fix bind DOCKER_OPTS option Signed-off-by: vankichi <kyukawa315@gmail.com> * Fix --------- Signed-off-by: vankichi <kyukawa315@gmail.com>
Caution Review failedThe pull request is closed. 📝 Walkthrough📝 WalkthroughWalkthroughThe changes in this pull request focus on modifying the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…x-docker-opts-bind
Deploying vald with Cloudflare Pages
|
[CHATOPS:HELP] ChatOps commands.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
- Makefile.d/docker.mk (3 hunks)
🔇 Additional comments (1)
Makefile.d/docker.mk (1)
307-307
: Review the DOCKER_OPTS binding fixThe changes use shell parameter expansion
${DOCKER_OPTS:+${DOCKER_OPTS}}
to properly append build arguments to existing DOCKER_OPTS. This is a good practice as it:
- Preserves any existing DOCKER_OPTS values
- Handles the case when DOCKER_OPTS is unset or empty
Also applies to: 375-375, 398-398
Signed-off-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
Description
SSIA
Related Issue
Versions
Checklist
Special notes for your reviewer
Summary by CodeRabbit
New Features
ZLIB_VERSION
andHDF5_VERSION
.Bug Fixes
HDF5_VERSION
toHDF4_VERSION
in relevant build targets.